Declared in Voiceflow.schema.json

Overview

Specifies the next Voiceflow Module ID to transition to if the user intent for a speech hypothesis matches to an entry from list of valid user intents.

Note: Unless stated otherwise, value of properties that are of type "string" can be updated at runtime by an application if their value is entered as a field name wrapped by "$[" and "]". If a property is of a type other than "string", then an additional property of type "string" with the same property name appended with the string "Runtime" is added to have its value entered as a field name wrapped by "$[" and "]". This allows the application to set the value of the field name at runtime to be the value of the original non-runtime property. Valid values of runtime fields override the values of non-runtime properties.

Tasks

  •   enablePartialSRHypothsis

    Specifies whether to enable classification of partial SR hypotheses to entries in a valid user intent. Default: "false". The value cannot be set at runtime.

    Parameter is optional.

      property
  •   intent

    Specifies an entry from a valid user intent list. Value of "intent" may reference a Key with its value updated by Client at runtime. Example: "intent": "$[Key]". The value cannot be set at runtime.

    Parameter is required.

      property
  •   goTo

    Specifies the Voice Module ID to transition to if a speech hypothesis is classified to a user intent that matches value of "input". The value can be set at runtime using "$[<FieldName>]" entry convention.

    Parameter is required.

      property

Properties

enablePartialSRHypothsis

"enablePartialSRHypothsis": boolean

Discussion

Specifies whether to enable classification of partial SR hypotheses to entries in a valid user intent. Default: "false". The value cannot be set at runtime.

Parameter is optional.

Declared In

Voiceflow.schema.json

goTo

"goTo": string

Discussion

Specifies the Voice Module ID to transition to if a speech hypothesis is classified to a user intent that matches value of "input". The value can be set at runtime using "$[<FieldName>]" entry convention.

Parameter is required.

Declared In

Voiceflow.schema.json

intent

"intent": string

Discussion

Specifies an entry from a valid user intent list. Value of "intent" may reference a Key with its value updated by Client at runtime. Example: "intent": "$[Key]". The value cannot be set at runtime.

Parameter is required.

Declared In

Voiceflow.schema.json